/*
Theme Name: voca 2
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700italic,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,400italic);


/* =Reset
-------------------------------------------------------------- */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
article, aside, figure, footer, header, hgroup, menu, nav, section { display:block;} /*  <--------------set default for HTML5 elements  */

/*Global Typography -------------------------------------------------------------       
*/

body {
	font-family: "Open Sans", sans-serif;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 24px;
}
h1 {
	font-family: "Gentium Basic", serif;
	color: #9d0025;
	font-size: 36px;
}
h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}
h3 {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #ad6375;
	font-weight: bold;
}
h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #808080;
	font-style: italic;
}
a:link {
	color: #9d0025; 
	text-decoration: none;
}
a:visited {
	color: #ad6375;
	text-decoration: none; 
}
a:hover, a:active {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
span.role {
	text-transform: none;
	font-weight: 600;
}

.button-primary {
	background: #9d0025;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	color: #fff;
	text-transform: lowercase;
	border: 1px solid #fff;
	box-shadow: #888 0 0 2px;
	padding: 5px 20px 7px 20px;
	font-size: 18px;
	text-decoration: none;
	line-height: 48px;
}

.button-primary:hover {
	background: #b8002b;
}
.button-secondary {
	background: #e1e1e1;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	color: #808080;
	text-transform: lowercase;
	border: 1px solid #fff;
	box-shadow: #888 0 0 2px;
	padding: 5px 20px 7px 20px;
	font-size: 18px;
	text-decoration: none;
	line-height: 48px;
}
.button-secondary:hover {
	background: #eee;
	box-shadow: #666 0 0 2px;
}

/*General Layout, Styling, and Spacing -------------------------------------------------------------       
*/

h1, ul, ol{
	margin-bottom: 24px;
}
p, h2 {
	margin-bottom: 12px;
}
html {
	background: #e5e5e5 url(images/main-bg.png) bottom repeat-x;
}
body {
	width: 940px;
	margin: auto;
	background: #fff;
}
#page {
	-webkit-box-shadow: 0px 5px 15px #575757;
	-moz-box-shadow: 0px 5px 15px #575757;
	-o-box-shadow: 0px 5px 15px #575757;
	box-shadow: 0px 5px 15px #575757;
	padding-bottom: 24px;
	}
.clear {
	clear: both;
}
#branding {
	position: relative;
	height: 120px;
}
#site-title {
	position: absolute;
	background: url(images/logo.png);
	text-indent: -9999px;
	width: 325px;
	height: 115px;
}
#site-title a {
	display: block;
	width: 325px;
	height: 115px;
}
#site-description {
	position: absolute;
	text-indent: -9999px;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Main Nav -------------------------------------------------------------       
*/

#access {
	list-style-type: none;
	text-align: right;
	position: absolute;
	right: -20px;
	top: 24px;
	padding: 0 20px 0 40px;
	background: url(images/nav-bg.gif) left 50% no-repeat;
}
#access ul {
	margin-bottom: 0;
}
#access li {
	display: inline;
	position: relative;
}
#access li a {
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	text-transform: uppercase;
	font-weight: 600;	
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 48px;
	display: inline-block;
}
#access li a:hover {
	 background: #008197;	
}

/*Drop Down Menu*/


#access .sub-menu {
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
	text-align: left;
	border: 1px solid #ccc;
	z-index: 5;
}
#access .sub-menu a {
	display: block;
	color: #8a8a8a;
	text-transform: lowercase;
}
#access .sub-menu li {
	white-space: nowrap;
}
#access .sub-menu li a:hover {
	color: #333;
	background: #d8d8d8;
}
#access .sub-menu {
	visibility: hidden;
}
#access :hover > ul {
	visibility: visible;
}
/*Home Page  -------------------------------------------------------------       
*/
#banner {
	position: relative;
	height: 600px;
}
#banner img {
/*	border-top: 4px solid #fee33a;
*/}
#banner h1 {
	color: #fff;
	font-size: 72px;
	line-height: 230px;
	width: 460px;
	position: absolute;
	z-index: 999;
	left: -20px;
	top: -14px;
	background: url(images/about-bg.png) no-repeat;
	padding-left: 60px;
	text-shadow: #000 0px 0px 5px;
}
#banner .about {
	height: 200px;
	background: #575757;
	margin-top: -10px;
	position: relative;
	z-index: 1;
	border-top: 4px solid #ffc955;
}
#banner p {	
	width: 460px;
	float: right;
	margin-top: 30px;
	margin-right: 60px;
	color: #fff;
	text-shadow: #000 0px 0px 5px;
}
#banner .button-primary {
	position: absolute;
	right: 60px;
	bottom: 24px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}
#banner .button-primary:link, #banner .button-primary:visited {
	background: #9d0025;
	color: white;
	border: 1px solid #8f8f8f;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;	
}
#banner .button-primary:hover {
	background: #b8002b;	
}
#banner .button-primary:active {
	border: 1px solid #9d0025;
	border-bottom: 0;
}

/*Home page concert listing*/

img.concert-poster {
	border: 1px solid #ccc;
	max-width: 280px;
	float: right;
	margin-left: 20px;
}
.concert-info.narrow {
	width: 320px;
}
.meta {
	color: #027184;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
}
.venue {
	text-transform: none;
	font-weight: normal;
	color: #808080;
}
.description {
	font-family: "Gentium Basic", serif;
	font-style: italic;
	font-size: 18px;
	color: #808080;
	margin-bottom: 24px;
}
.guests {
	list-style-type: none;
}


/* =Content
-------------------------------------------------------------- */
div.page-banner {
	width: 100%;
	height: 120px;
	background: #575757 url(images/page-banner.jpg) no-repeat;
	border-top: 4px solid #ffc955;
	margin-bottom: 24px;
}
#primary {
	width: 600px;
	float: left;
}
.entry-meta {
	clear: both;
	display: block;
}
#content {
	padding-left: 20px;
} 
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
	position: relative;
	top: 18px;
	padding-bottom: 6px;
}
img.alignright {
	margin-left: 1em;
	position: relative;
	top: 18px;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}

/*Google Maps Shortcode Plugin*/

div.gmsc {
	border: 4px solid #fff;
	box-shadow: 0 0 2px #aaa;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
	border: 1px solid #ccc;
}
textarea {
	width: 80%;
	border: 1px solid #ccc;
}
input[type=submit] {
	background: #9d0025;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	color: #fff;
	text-transform: lowercase;
	border: 1px solid #fff;
	box-shadow: #888 0 0 2px;
	padding: 5px 20px 7px 20px;
	font-size: 14px;
	text-decoration: none;
	line-height: 24px;
}
input[type=submit]:hover, input[type=submit]:focus  {
	background: #b8002b;
	cursor: pointer;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

/* =Sidebar 1
-------------------------------------------------------------- */

#secondary {
	width: 220px;
	float: right;
	margin-right: 20px;
	background: #f1f1f1;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 20px;
}
#secondary h1 {
	font-size: 24px;
	margin-bottom: 12px;	
}
#secondary h2 {
	font-size: 14px;
	margin-bottom: 0;
}
#secondary .meta {
	color: #808080;
	font-size: 12px;
	margin-bottom: 0;
}
#secondary .button-primary {
	color: #fff;
	
	font-size: 14px;
	background: #004753;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}
#secondary .button-primary:hover {
	background: #027184;
	text-decoration: none;
}
#secondary .button-secondary {
	font-size: 14px;
}
#secondary .widget {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#secondary .widget:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a.facebook, a.twitter, a.mail, a.donate-now, a.buy-tickets {
	background: #fff;
	padding-left: 48px;
	display: block;
	line-height: 48px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #808080;
	text-decoration: none;
	margin-top: 12px;

}
a.facebook:hover, a.facebook:active, a.twitter:hover, a.twitter:active, a.mail:hover, a.mail:active, a.donate-now:hover, a.donate-now:active, a.buy-tickets:hover, a.buy-tickets:active {
	text-decoration: underline;
}
a.facebook {
 	background: #fff url(images/fb-icon.png) 8px 50%   no-repeat;
}
a.twitter {
 	background: #fff url(images/twitter-icon.png) 8px 50%   no-repeat;
}
a.mail {
	background: #fff url(images/mail-icon.png) 8px 50% no-repeat;
}
a.donate-now {
	background: #fff url(images/donate-now-icon.png) 8px 50% no-repeat;
}
a.buy-tickets {
	background: #fff url(images/buy-tickets-icon.png) 8px 50% no-repeat;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Audio Page
-------------------------------------------------------------- */

div.audio-player {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}
div#content div.audio-player:first-child {
	border-top: 1px solid #ccc;
}

div#content div.audio-player:last-child {
	border-bottom: none;
}

div.audio-player p {
	padding-top:12px;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	clear: both;
	background: #575757 url(images/colophon-shadow.png) top no-repeat;
	height: 48px;
	padding-top: 24px;
	padding-bottom: 24px;
	color: #ddd;
	text-shadow: #000 0 0 3px;
	font-size: 12px;
}
#colophon a {
	text-decoration: none;
}
#colophon a:link, #colophon a:visited {
	color: #eee;
}
#colophon a:hover, #colophon a:active {
	border-bottom: #ddd 1px dotted;
}
#site-generator {
	width: 50%;
	float: right;
	text-align: right;
}
#colophon nav {
	list-style-type: none;
}
#colophon nav li {
	display: inline;
	padding-right: 20px;
}
#colophon .sub-menu {
	display: none;	
}




.thecaptcha {
	vertical-align:middle;
}
.wpcf7-captchar {
	width:150px !important;
}
